←Select platform

Contains Method

Summary

Determines whether the IDictionary contains an element with the specified item.

Syntax

C#
VB
C++
public bool Contains( 
   KeyValuePair<TKey, TValue> item 
) 
  
Public Function Contains( _ 
   ByVal item As KeyValuePair(Of TKey,TValue) _ 
) As Boolean 
public: 
bool Contains(  
   KeyValuePair<TKey^,TValue^> item 
)  

Parameters

item
The item to locate in the IDictionary.

Return Value

true if the IDictionary contains an item with the specified key; otherwise, false.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly